From 79a518aac3fdcdbd9f6174f3d21d474e0146e235 Mon Sep 17 00:00:00 2001 From: Benjamin Rutt Date: Mon, 2 Feb 2004 21:08:37 +0000 Subject: [PATCH] Bind q to `quit-window'. --- lisp/diff-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index cad1f2c9c61..e44e79856e8 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -127,7 +127,8 @@ when editing big diffs)." ("r" . diff-restrict-view) ("R" . diff-reverse-direction) ("U" . diff-context->unified) - ("C" . diff-unified->context)) + ("C" . diff-unified->context) + ("q" . quit-window)) "Basic keymap for `diff-mode', bound to various prefix keys.") (easy-mmode-defmap diff-mode-map -- 2.30.2